func runtime.lockWithRank

8 uses

	runtime (current package)
		lock_spinbit.go#L152: 	lockWithRank(l, getLockRank(l))
		lockrank_off.go#L23: func lockWithRank(l *mutex, rank lockRank) {
		sema.go#L180: 		lockWithRank(&root.lock, lockRankRoot)
		sema.go#L219: 	lockWithRank(&root.lock, lockRankRoot)
		sema.go#L582: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L625: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L660: 	lockWithRank(&l.lock, lockRankNotifyList)
		stack.go#L866: 			lockWithRank(&sg.c.lock, lockRankHchanLeaf)